home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00061_laugh script.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  337 b   |  20 lines

  1. on enterFrame
  2.   global gClickle
  3.   if gClickle = 0 then
  4.     puppetSound("laugh")
  5.   end if
  6.   if gClickle = 1 then
  7.     puppetSound("laugh")
  8.   end if
  9.   if gClickle = 2 then
  10.     puppetSound("laugh")
  11.   end if
  12.   if gClickle = 3 then
  13.     puppetSound("laugh")
  14.   end if
  15.   if gClickle = 7 then
  16.     puppetSound("laugh")
  17.   end if
  18.   updateStage()
  19. end
  20.